home *** CD-ROM | disk | FTP | other *** search
/ One Click 5 / ONCE005.iso / Interface / it.dig / scripts / DefineButton2_534 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-12  |  213 b   |  7 lines

  1. on(release){
  2.    _parent._parent.anula_btn._visible = false;
  3.    _parent._parent.descri.gotoAndStop(1);
  4.    _parent._parent.descri_games.gotoAndStop(1);
  5.    _parent._parent.categoria_mc.gotoAndPlay("VOLTAR");
  6. }
  7.